home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / game / role / ZorkMachine_1_15.LHA / config.h < prev    next >
C/C++ Source or Header  |  1992-03-23  |  348b  |  16 lines

  1. /*
  2. *    @(#)config.h    2.24
  3. */
  4.  
  5. # define I_HIST_LEN    1024    /* len of input history    */
  6. typedef    char ZWORD[2];        /* zmachine word    */
  7. #ifndef AMIGA
  8. typedef unsigned short UWORD;    /* 16 bit unsigned    */
  9. #ifndef OSK
  10. typedef short WORD;        /* 16 bit signed    */
  11. #endif
  12. typedef unsigned char UBYTE;    /* unsigned 8 bit    */
  13. #else
  14. #include <exec/types.h>
  15. #endif    /* AMIGA */
  16.